home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / utilities / pu113.dms / pu113.adf / IFF-Display / MeltILBM.doc < prev    next >
Text File  |  1990-07-19  |  1KB  |  27 lines

  1. /************************************************************************
  2.  * MeltILBM
  3.  *    by Mark Nuiver 05/27/87
  4.  *    99.44% of this program is taken directly from the public domain
  5.  * program "ShowILBM" by Jerry Morrison, Steve Shaw, and Steve Hayes of
  6.  * Electronic Arts.  My changes are: call my function "meltviewport()"
  7.  * for 15 seconds in the DisplayPic function instead of simply displaying
  8.  * the picture for 5 seconds, changing the program's print statements
  9.  * to correspond to the change in the program's name and purpose,
  10.  * and fixing a bug that caused the program to crash the system (!)
  11.  * if a bad filename was entered as the second or subsequent filename on
  12.  * the command line.
  13.  *    Program displays a sequence of one or more IFF "FORM ILBM" pictures
  14.  * and "melts" each picture for 15 seconds before moving to the
  15.  * next picture.  (cf. Stephen Coy's "Melt")
  16.  *
  17.  * Usage from CLI:
  18.  *   meltilbm picture1 [picture2] ...
  19.  *
  20.  * Usage from WorkBench:
  21.  * Click on meltILBM, hold down shift key, click on each picture to show,
  22.  * Double-click on final picture to complete the selection, release the
  23.  * shift key.
  24.  *
  25.  *************************************************************************/
  26.  
  27.